home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 October / The Sunday Times - The Month 2004-10.iso / pc / assets / bespoke / kids / power.swf / scripts / frame_50 / DoAction.as
Text File  |  2004-09-02  |  257b  |  13 lines

  1. stop();
  2. if(Number(gameScoreTxt) > highscore)
  3. {
  4.    highscore = Number(gameScoreTxt);
  5. }
  6. if(Number(txtLevelCurrent) > highlevel)
  7. {
  8.    highlevel = Number(txtLevelCurrent);
  9. }
  10. Mouse.show();
  11. countdownTimer.stopTimer();
  12. countdownTimer._visible = false;
  13.